Skip to content

mattgu74/OpaChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple real-time web chat built in Opa.

BUILDING
 make

LAUNCHING
On one server:
 ./opa_chat.exe
(launches on port 8080)

or
 ./opa_chat.exe --server-port nnnn

On many servers:
  opa-cloud opa-chat.exe --host localhost --host me@my_second_server --host me@my_third_server

Users connecting to the launch server will be load-balanced among servers. Users
connecting to one server can chat transparently with users connecting to other servers.

About

A simple scalable, real-time web chat application in Opa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.4%
  • OCaml 26.6%