Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 970 Bytes

File metadata and controls

47 lines (33 loc) · 970 Bytes

BattleShipJS

Een zeeslag socket.io applicatie met een client ingebouwd.

Versie

We zitten nog in een de beta fase. Er zullen veel updates deze tijd uitkomen.

Tech

BattleShipJS werkt met:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • Socket.io - Socket.IO enables real-time bidirectional event-based communication
  • jQuery - jQuery is a fast, small, and feature-rich JavaScript library

Installatie

Je hebt npm met node.js nodig om BattleShipJS te installeren

$ npm install

Development

Om de server te starten:

$ node index.js

Todo's

  • Beter met de connectie van sockets omgaan
  • Code comments toevoegen

###Wiki voor meer informatie over alle functies. Lees onze wiki License

MIT