https://github.com/emmanuelmess/erlangservercclient
An erlang server for the NativeConsoleChat
https://github.com/emmanuelmess/erlangservercclient
Last synced: 10 months ago
JSON representation
An erlang server for the NativeConsoleChat
- Host: GitHub
- URL: https://github.com/emmanuelmess/erlangservercclient
- Owner: EmmanuelMess
- Created: 2021-05-31T15:49:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T16:00:21.000Z (about 5 years ago)
- Last Synced: 2025-06-19T00:04:29.222Z (12 months ago)
- Language: Erlang
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
El servidor se inicia con:
```
serv:start()
```
Y se finaliza con:
```
serv:fin()
```