Releases: 13x54n/ming
Releases · 13x54n/ming
0.1.1
What's Changed
- 🔥 feature: cluster module added for improved performance by @13x54n in #2
- Client to make a deal, get a deal for hosting developer projects. by @13x54n in #3
- Wallet Connection much smoother than before, still mobile device pers… by @13x54n in #5
- Staging to Authentication by @13x54n in #6
- Staging WS & TCP Connection by @13x54n in #8
- Multi Node from different connection enabled by @13x54n in #11
New Contributors
Full Changelog: 0.1.0...0.1.1
JSON RPC based TCP Server created.
Usage
To start a main genesis server you can use either bun which is technically faster environment or node, whichever is good.
bun server.js || node server.js
you can expect the following output:
lexy@Lex-World:~/Documents/projects/ming$ bun server.js
JSON-RPC server is running on port 3000
Now, as client nodes you can open many terminals acting as nodes and to start use
bun client.js || node client.js
you can expect the output like:
lexy@Lex-World:~/Documents/projects/ming$ bun client.js
Connected to server
Server response: Hello, John!
Features:
This release contains the features:
- Backward Compatibility: Contains no bugs and feel to free to hack again.
- JSON RPC based method used for greeting client node from server.