Skip to content

thomasuster/haxe-websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Haxe Websocket Server (UNDER DEVELOPMENT)

A haxe to neko server implementation of websockets.

Run the tests

git clone git@github.com:thomasuster/haxe-websocket-server.git
haxelib dev haxe-websocket-server haxe-websocket-server
cd haxe-websocket-server
haxelib run munit test

Run the example

  1. Run the example server

    cd haxe-websocket-server/example/server
    haxe build.hxml
    neko Build.n
    
  2. In a new console build the example client

    cd haxe-websocket-server/example/client
    haxe build.hxml
    open index.html
    
  3. Show the javascript console (alt+command+i for osx chrome)

  4. You should see something like this...

    ping
    pong
    ping
    pong
    ...
    
  5. Open haxe-websocket-server/example/ and see how it works!

About

A haxe to neko server implementation of websockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published