Network version
Windows
0x79C2 (v31170)
Linux
0x79C2L (v31170)
Features
- Crossplatform
- Code optimization
- Bug fixes
- __MAX_CHAR_PER_MESSAGE limit added (350)
- ANSI added
- GUI (only win-support yet)
- NodeJS in-built checker (if installed or not)
- Database (for saving connected sockets of all time
db.txt
)
Installation
- Download .zip file
- Unpack
- Run
run.bat
run.bat
will run tcp chat-server and http server-explorer
Dependencies
- Node.js (V8 JavaScript / v18.15.0)
- socketio
Join to the network
telnet host port
| for TCP Connection
host:port
| for HTTP Connection
__GHOSTV to __NETV
# if _HAS_CXX20 || _HAS_CXX23 // cause of CXX20 features (std::format, async send/recieve)
# define __NETV 0x79C2 // *** v31170 ***
# endif
Crossplatform support
#if defined(_WIN32)
...
#elif defined(__linux__)
....
#endif