server
Overview of Haxe code snippets, examples and tutorials tagged with server.
Jun 20, 2019 Other / Prototype SSL Socket Server
This write-up was inspired by this stack overflow question. While I've worked with sockets before, I wanted to prototype a Haxe HXCPP socket server leveraging secure SSL connections.‥
Feb 28, 2017 JavaScript / Create a server with Haxe/NodeJS
The following tutorial creates a http server using Haxe/Node.js at port 8000 and demonstrates how to build and run it.‥