Showing 87 open source projects for "message"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Defold

    Defold

    Free game engine for development of desktop, mobile, and web games

    ...It ships as a full editor/IDE, combining scene editing, asset management, scripting, and build/export pipelines, so developers don’t need to assemble disparate tools themselves. Game logic is written in Lua (with optional native extensions in C/C++ when needed), and the engine uses a component-based system and a message-passing paradigm to manage object interactions — a design that promotes loosely-coupled, reactive game code rather than traditional heavy OOP. Defold is optimized for efficiency: exported games tend to have small binary size and low memory use, making it appealing for mobile, HTML5/web, and lightweight games.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Moon

    Moon

    A lightweight game server framework implemented with Actor Model

    Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Error Message Creator

    An easy program to create error messages on Windows

    THIS PROGRAM NEEDS .NET DESKTOP RUNTIME Easy way to create simple error messages in a jiffy.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    UniTask

    UniTask

    Provides efficient allocation free async/await integration for Unity

    ...Makes all Unity AsyncOperations and Coroutines awaitable. PlayerLoop-based task(UniTask.Yield, UniTask.Delay, UniTask.DelayFrame, etc..) that enables replacing all coroutine operations. MonoBehaviour Message Events and uGUI Events as awaitable/async-enumerable. Runs completely on Unity's PlayerLoop so doesn't use threads and runs on WebGL, wasm, etc. Asynchronous LINQ, with Channel and AsyncReactiveProperty. TaskTracker window to prevent memory leaks. Highly compatible behavior with Task/ValueTask/IValueTaskSource. In UniTask v2, almost everything is zero-allocated due to a thorough rewrite of the code (Technical details to follow). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    ET

    ET

    Unity3D Client And C# Server Framework

    ET is a game development framework combining a Unity3D client and a C# server architecture, intended to streamline common game modules, facilitate distributed server setups, and support AI-assisted development workflows. It emphasizes modular component design, networking, and automated tooling (e.g. test case generation, code scaffolding) to lighten the burden of writing game logic and server infrastructure. Modular component design allowing server modules to be composed based on role (e.g....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fishstrap

    Fishstrap

    Fishstrap is a Bloxstrap Fork.

    Fishstrap is an open-source, feature-packed fork of Bloxstrap, designed to enhance your Roblox launcher experience. It offers a faster, more reliable, and customizable way to launch Roblox, built with Windows PC users in mind. Fishstrap supports all Roblox versions and includes advanced features like multi-instance launching, customizable menus, FastFlags tuning, and in-depth logging. Unlike other launchers, Fishstrap provides unmatched performance, stability, and customization options....
    Downloads: 130 This Week
    Last Update:
    See Project
  • 7
    Master of Magic - IME

    Master of Magic - IME

    Multiplayer Java rewrite of Simtex's classic game Master of Magic

    ...By default it uses the original graphics, you need to enable the upscaled graphics in the options screen. I am at the MoM discord server at https://discord.gg/wFNQf36 Or can message me or raise ticket on SourceForge
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 8
    Wonderful

    Wonderful

    A PaperMC plugin that has many configurable features

    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    MyTvShowOrganizer

    MyTvShowOrganizer

    Tv-Organizer & Torrent Episodes Downloader V.2025.06.02

    OpenSource Application which has a Complete set of Tools to organize, get info and Download torrents of Tv-Series. STATUS: STABLE. NEW REQUIREMENTS: .WINDOWS 10 64 bit or above; .FIREFOX x64 installed and ready to deal with Torrent and Magnet Links. Test firefox at www.limetorrents.lol before installing https://www.mozilla.org/en-US/firefox/all/#product-desktop-release .UTORRENT or Similar Torrent Client. How: It gets the TV-Show name, episode, resolution, plus any KeyWord to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Play with Apache Pulsar

    Play with Apache Pulsar

    A tiny game using Apache Pulsar

    ...The project serves as a deep dive into real‐time multiplayer architecture, demonstrating how to manage latency, consistency, event ordering and room isolation. It’s more than a toy: it teaches how to apply message streaming, event-based functions, and stateful services in gaming contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NetChess

    NetChess to play between two players over net or internet

    NetChess is a Graphical User Interface (GUI) for playing chess game. This software can be used To play chess between two players over network using TCP/IP (LAN) or in internet/intranet (Network vs Network) To send instant message (chat) while playing chess To observe the chess game played between two players over network To play chess between two players on the same board As PGN, FEN, EPD converter. This can be used To convert PGN to FEN or EPD format To convert FEG to PGN or EPD format To convert EPD to PGN or FEN format As PGN, FEN or EPD gave viewer. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Mojoc

    Mojoc

    A cross-platform, open-source, pure C game engine for mobile game

    ...In platform-independent code, Mojoc uses only the standard C library, no dependence on third-party libraries. Mojoc uses an extremely lightweight OOC (Object Oriented C) programming model. Mojoc application architecture is based on components, state-machines and is message-driven. Mojoc has been used for a cross-platform Android and IOS game. The samples will show all aspects of the Mojoc features. Each platform will provide native building project for native platform editor. For example Android provides AndroidStudio project, IOS provides XCode project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    A suite of games written by C++. Games include spider, landlord, solidate,and so on. IF you have any requirements, please leave your message in http://groups.google.com/group/myopensoft
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ampare Error Box - Fun Error box Pranks
    Ampare Error Box is a fun .NETFramework 3.5 windows application showing an explorer.exe error message box to prank your friends thinking that they pc was messed up. This application make to be as simple as possible
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    MMCG

    MMCG

    Memory Match Card Game

    v1.2.2 (Released Sep 11, 2017) - One more deck style added (Minecraft) v1.2.1 (Released Sep 1, 2017) - If match found or not found, message will appear at bottom telling the player they have a correct match or the player needs to try again (obj_card, obj_controller) v1.2 (Released August 14, 2017) - Added two more deck styles (numbers, colours) - Added one more game option (4 cards) Get it at the following link http://tiny.cc/mmcg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Quake Launcher

    Simple Quake Launcher

    A simple map launcher for Quake.

    A small and straightforward launcher tool for Windows that lets you run every available Quake level on your computer. All you need to do is drop the .exe into your Quake installation, then select the engine, mod/level and difficulty setting, and off you go. It can't get any easier than that.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Le Dernier Morkid
    Bonjour et Bienvenue, Ici vous pourrez trouver toutes les informations et les mises à jour sur Le Dernier Morkid. Please be kind and help us by looking the code and by saying us what we can upgrade. En cas de bug détecté, merci d'envoyer un message à Swarthon If you see a bug, please send a message to Swarthon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Urban Assault 2

    Urban Assault 2

    Clone of Urban Assault with new Graphics.

    Description of the old game can be found here: http://en.wikipedia.org/wiki/Urban_Assault 3D Engine used: DarkGDK (http://www.thegamecreators.com/?m=view_product&id=2128) If you wish to be involved in this Project send me a Message in Skype: flippsi93
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Wizards of Magic

    Wizards of Magic

    A fun game inspired by the classic Pong

    ...Using Python programming language and Pygame framework. Comments and suggestions are welcome. Enjoy! *Bugfix: When trying to change the language, an error message may appear. To fix that, run the game as administrator. ~ Attributions ~ Python 2.7.9 (https://www.python.org/) Sound effects: - http://bit.ly/1r4pLAl (modified) - http://bit.ly/24lu4ED Background: - http://bit.ly/286TkTT (modified) Image editors: - GraphicsGale - GIMP - Piskel Audio editor: - Audacity Third-party modules and libraries: - PIL 1.1.7 (http://bit.ly/1Xmherh) - Pyganim (http://bit.ly/22B74lQ) - Pygame 1.9.1 (http://bit.ly/286WOFG) - cx_Freeze 4.3.4 (http://bit.ly/1VAcBrJ)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Unturned Server Creator

    Unturned Server Creator

    Easily create Unturned servers with little computer knowledge.

    ...This tool allows one to create Unturned servers by just running an executable. It allows you to specify port, number of players, server name, game mode(Difficulty), server timeout, whether its PvP or PvE, and the welcome message. Future updates plan an actual User Interface and a list of items to add to the server. If you are not familiar with port forwarding and/or you cannot forward ports on your router for some reason, it is recommended that you use a VPN service such as LogMeIn Hamachi(http://vpn.net/) or Evolve Gaming VPN(bit.ly/1fYhy75). Please read all text that comes up on screen when you are prompted to allow the program to fully create the commands file for the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Tic Tac Toe

    Exciting Tic Tac Toe game full of features

    Hello World, my name's Nick . I like this game since a long time. I played various versions of it, but they all lack in customization. That always made me want to make my own version of Tic Tac Toe since I was 10 or so. I couldn't even program! So I'm now attempting to make it look beautiful and full of little details. I hope you're gonna enjoy it! Coder: Nick . Tester: Alex You need Microsoft .Net Framework 4.5 or the application won't start. .Net Framework 4.5 is already...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Redstone Minecraft Client

    Minecraft Hacked Client

    ...Those features include: *Fly *Speed *X-Ray *Chest Finder *Jump Boost **Creative (only on 1.8 and up) And many more. Use this with caution and only for personal/test use. We do not take responsibility if you get banned from the game. IF you have any issues message me on skype or at support@restoneclients.netii.net. Remember this is still a project and will have bugs. Enjoy!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Nuke Ladder - Extreme Tournament System. A leagues and ladders System based of the (not debunked) Original Nuke Ladder 2.5.5. For more information or questions http://www.aodhome.com or for the demo www.extremetournamentsystem.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Rcon Controller for SA:MP

    Rcon Controller for SA:MP

    SA:MP server administration filterscript

    Rcon Controller: a SA:MP server administration tool. aims to provide real-time graphic/console monitoring / Instant managing. developed by CoolGuy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BinaryCrypt

    BinaryCrypt

    Binary Conversion Calculator

    ...You can convert only decimal (as of right now) to any base up to base 64. You can also save your converted text to a file or open a converted text file to decrypt the message, and perform basic arithmetic in binary. The git repo for the C# code is located at: https://github.com/m1r4g3/BinaryCrypt-.Net
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB