ServerComposer is a compiler / code editing software, or let's say an IDE, that makes it easy for any experienced developer or layman to create their "WebSocket" or "Socket" servers in a practical, easy and fast way!
The system is compatible with the main programming languages and graphics engines that are most fluent in the market. The only requirement to enjoy the facilities and features that ServerComposer provides is to connect in a websocket or socket ...
you can program the functionalities that your server uses using the LUA 5.3.4 programming language, which we edit so that it can operate in the paradigms: Functional and Eventual.
The system has a text editor with Text-Hightlight to make your life easier to program, not counting the "export" tool which makes your multi-platform code (Windows, Linux & Mac) and multi-listener (the same code being for WebSocket and Socket) .
No player history yet. This app is now tracked, so data will appear within about ten minutes.
Playing now
Not polled yet (never)
24-hour peak
All-time peak (tracked)
Regional prices
All Steam store regions, converted to USD at today's exchange rate, compared with the US price. Lowest is the lowest price SteamRaw has recorded for that region.
Loading regional prices…
Price history, US store (USD)
Date
Price
Regular
Discount
2026-09-11 22:29 UTC
$19.99
$19.99
DLC
AppID
Release
Price
No DLC known for this app.
Branches
Branch
Build ID
Description
Updated
Password
public
7993793
2022-01-10 02:59 UTC
Depots
Depot
Name
OS
Size
Download
Public manifest
Notes
228987
windows
from app 228980 · shared install
908291
windows
10.54 MB
5.40 MB
3527708748430899726
A build is one published version of the game's files on a branch. Steam assigns a new build ID every time the developer pushes an update, so this list is the update history of the app. The files inside a build (depot manifests) are only readable with an account that owns the game, which SteamRaw does not have yet, so build contents are not shown.
Build ID
Branch
Updated
First seen
7993793
public
2022-01-10 02:59 UTC
4 hours ago
Every appinfo change SteamRaw has observed, grouped by changelist. Tags, features, languages, builds, depots, prices and any other key Steam publishes. Tracking since 2026-09-11 22:30 UTC.
No changes recorded since SteamRaw first saw this app. Every future PICS change will be listed here.
2022-01-10 02:57 UTC · Community Announcements · Waldemar Lima
Welcome to the January 2022 update for ServerComposer . New functions have been added : Room management functions: string CreateRoom(string RoomName,int RoomSeats) int JoinRoom(string RoomId,int ConnectionId,string ConnectionName) int SetRoomAtribute(string RoomId,string AtributeName,string AtributeData) string GetRoomAtribute(string RoomId,string AtributeName) int SetRoomTag(string RoomId,string TagName,string TagValue) string GetRoomTag(string RoomId,string TagName) string FindRoomToJoin(string AtributesFilter,string TagsFilter) int LeaveRoom(string RoomId,int ConnectionId) int SendMessageTo
2021-12-03 19:32 UTC · Community Announcements · Waldemar Lima
Hello everyone ! It is with great pleasure that we announce the reworked update of Server Composer, in this new version new features and tools will be available. Note: some features will become available as we make updates available. Use and enjoy the new IDE and new features in Server Composer. For any questions, feel free to ask in the "Official Forum", we will be at your disposal! is now available for download here on Steam {STEAM_CLAN_IMAGE}/33713484/67c0eb86878ed8859882aa28b75c0698522e33f3.png
2021-08-02 23:05 UTC · Community Announcements · Waldemar Lima
We are currently working hard so that soon we will have a totally new and revamped version of Server Composer, it will never be so easy, practical and simple to create any kind of servers for any kind of software applications. We rewrite the core servers IDE has been redesigned New server types have been added ( Http and PaS ) Numerous features have been integrated into the Server Core There is the ability to create or import plugins made in Lua And many other news check out some screenshots below : ( New Server Types ) {STEAM_CLAN_IMAGE}/33713484/3230fd2e799fcbbe6f5e9fc6846640e527d3f519.png (
2019-03-27 14:11 UTC · Community Announcements · Waldemar Lima
2019.03.27 Hello Everyone ! Please forgive us for not launching recent updates, we were recreating the core of the interpreter, soon we will release a fully remastered version (do not worry, because the syntax and the way of programming will continue the same), with some features improved, and others added ! We are anxious, so soon they will have news! for any questions, do not hesitate to access our community : http://mysocket.space/forums/sc Enjoy :)
2018-12-16 19:48 UTC · Community Announcements · Waldemar Lima
ServerComposer Version 0.19 - 2018.12.16 Today we have released a new version of ServerComposer with some new commands. Full details of what's new in this release are listed here: now you can use JSON full support ... Socket New Constants: Json_Null Json_String Json_Boolean Json_Array Json_Object Json_Number New commands : int ParseJson(int JsonID,string JsonInput) string JsonErrorMessage() int JsonValue(int JsonID) int GetJsonMember(int JsonID,string JsonKey) string GetJsonString(int JsonID) int GetJsonInteger(int JsonID) number GetJsonFloat(int JsonID) int GetJsonBoolean(int JsonID) int Crea
2018-11-14 04:30 UTC · Community Announcements · Waldemar Lima
https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/33713484/83b54adbf28f81f1e1e0c23d67422889f8657742.png Today we have released a new version of ServerComposer with some features. Full details of what's new in this release are listed here: now you can export you server to Linux 64 bits . IDE Sintax Pack bug fix Crash Export fix Enjoy :)
2018-11-06 22:32 UTC · Community Announcements · Waldemar Lima
ServerComposer Version 0.17 - 2018.11.06 Today we have released a new version of ServerComposer with some new commands. Full details of what's new in this release are listed here: now you can connect in MySql and PostgreSql directly ... Socket New commands : int OpenMysqlConnection(int DBConnectionID,string MySqlConfig, string MySqlUser,string MySqlPassword) int OpenPgsqlConnection(int DBConnectionID,string PgSqlConfig, string PgSqlUser,string PgSqlPassword) Websocket New commands : int OpenMysqlConnection(int DBConnectionID,string MySqlConfig, string MySqlUser,string MySqlPassword) int OpenPg
2018-10-30 19:08 UTC · Community Announcements · Waldemar Lima
ServerComposer Version 0.16 - 2018.10.30 Today we have released a new version of ServerComposer with some new commands. Full details of what's new in this release are listed here: Socket New commands : int AddGlobalList(int ListType, string ListName, any ListValue) nil ClearList(int ListType, string ListName) int DeleteListElement(int ListType, string ListName) int GetListSize(int ListType, string ListName) string GetListString(string ListName) int GetListInt(string ListName) number GetListFloat(string ListName) nil ResetListIndex(int ListType, string ListName) int NextListElement(int ListType
2018-10-26 18:12 UTC · Community Announcements · Waldemar Lima
ServerComposer Version 0.15 - 2018.10.26 Today we have released a new version of ServerComposer with some new fixes. Full details of what's new in this release are listed here: Socket Fixed GetMessage failing to clear the received message buffer. WebSocket Fixed GetMessage failing to clear the received message buffer. Fixed SendMessageToAll failing to clear the received message buffer. IDE Fixed IntelliSense dont showing on Japanese Locale . Lua Interpreter increased stack memory . improvement in garbage management . For any eventualities, sign up for the forum : https://mysocket.space/forums/
2018-10-19 19:19 UTC · Community Announcements · Waldemar Lima
It is with great pleasure that I announce to all, the discussion forum on ServerComposer is open to the public ! Come and join us at : www.mysocket.space/forums/sc/ Regards, Team ColdByte.
2018-10-08 22:00 UTC · Community Announcements · Waldemar Lima
Hi everyone ! The new ColdByte Server Composer tool for creating Websocket & Socket, which allows you to create functionalities for your systems and games in real time. Check it out ! https://steamcdn-a.akamaihd.net/steamcommunity/public/images/clans/33713484/cee1c3557e448f74eb5b85066314112d8c64f282.png
Full appinfo as delivered by Steam PICS, changenumber 35945605. Also at /api/app/908290/raw.