Skip to content

jmhthethird/chat-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oberon Server

Development

Development Environment

The Oberon chat server requires the following packages to be installed:

  • Elixir >= 1.5
  • Postgres >= 9.6

Development Server

To start the Oberon chat server:

  1. Create a .envrc file. Use the example file as a starting point: cp .envrc.example .envrc.

  2. (Optional) Update values in .envrc to match the development environment.

  3. Start the server bin/start.

  4. To ensure client websocket connections work correctly, configure a DNS service to route traffic from localhost:4040 to chat-server.dev. We recommend using puma-dev.

About

Chat server in Elixir and Phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 97.1%
  • HTML 2.6%
  • Shell 0.3%