Skip to content

It is created to communicate with aikakonematka-puzzle clients

Notifications You must be signed in to change notification settings

flyjwayur/aikakonematka-puzzle-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aikakonematka-puzzle-backend

'Aikakonematka-puzzle' is a collaborative multiplayers' puzzle game.

It is composed of 'front end'(written in Clojurescript) and 'backend'(written in Clojure).

The Backend part includes 'server, websocket' to communicate with clients.

Running Locally

  • In REPL
(start-server)
  • In the Terminal
$ lein run

Deploying to Heroku

heroku create aikakonematka-puzzle-backend
git push heroku master
heroku ps:scale web=1
heroku open
heroku logs --tail

Might be Useful

Reference

clojure-getting-started [https://github.com/heroku/clojure-getting-started]

License

Copyright © 2018 HyeSoo Park

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

It is created to communicate with aikakonematka-puzzle clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published