nekoserver
The project aims to provide implementation of various servers under Neko VM. The incomplete list consists of HTTP, AMF/HTTP, haXe remoting/HTTP, RTMP and other servers.
Version
0.8Owner
nekoserver-ownerLicense
BSDHistory
-
2010-06-18 18:06:100.8- ByteArray is haxe.io.Bytes on server - not really correct (should be BytesData) but allows for easy round trips - ByteArrays are fully supported - both for reading and writing
-
2010-04-19 16:01:460.7.5- support for non-root-package enums
-
2010-02-26 14:07:190.7.4- support for custom invoker - great to integrate transaction processing into RPC
-
2010-02-25 14:26:200.7.3- tags added to haxelib.xml
-
2010-02-25 14:07:330.7.2- support for flash.utils.ByteArray added - only reading so far, results in string, compression not supported
-
2009-09-10 17:06:450.7.1- better way of manual AMF serialization to improve speed
-
2009-08-20 12:45:590.7.0- bug with restoring the encoded strings after sending finished only fixed - allow for manual AMF serialization to improve speed
-
2008-12-09 15:12:000.6.6- useless traces removed
-
2008-12-08 10:02:430.6.5- haxe 2.0 adoptation
-
2008-07-17 22:14:300.6.4- error tracking fixed
-
2008-07-16 19:48:240.6.3- proper calculation of the current body offset
-
2008-07-08 15:53:410.6.2- enum decoding in server-side in amf3 fixed
-
2008-07-03 23:26:090.6.1- fix the infinite loop in broken request handling for standard remoting
-
2008-06-29 00:16:170.6AmfValue and Amf3Value are fully removed
-
2008-05-27 17:17:490.5.10- Amf3Value removed from reading process
-
2008-05-27 16:34:380.5.9- new enum encoding implemented for amf3
-
2008-05-26 12:02:440.5.8- utf8 fixed
-
2008-05-26 09:48:540.5.7- utf8 fixed
-
2008-05-23 17:56:250.5.6- enum encoding architecture improved
-
2008-05-16 15:53:260.5.5- AmfValue was removed from Amf0
-
2008-05-16 12:56:390.5.4- AmfValue was partialy removed from Amf0
-
2008-05-14 16:37:200.5.3- amf 3 semm to work ok
-
2008-05-13 18:38:550.5.2- a really annoying trace removed
-
2008-05-08 19:01:310.5.1- Cyclic reference for decoding objects an arrays is added for amf0 encoding - Amf0 is not static
-
2008-05-08 18:49:270.5- Cyclic reference for decoding objects an arrays is added for amf0 encoding - Amf0 is not static
-
2008-05-04 13:02:380.4.1- ResponseOutput improved - Better file system
-
2008-05-04 11:41:040.4- StringOutput changed with ResponseOutput
-
2008-04-25 13:29:550.3.1- amf3 enums work as well
-
2008-04-18 18:32:040.2.3- amf3 enums work as well
-
2008-04-18 18:13:320.2.2- amf3 enums work as well
-
2008-04-18 12:00:150.2.1- allow sending cookies while processing the first request
-
2008-04-18 11:26:460.2- amf0 works now
-
2008-03-26 15:17:010.1.1- proper file layout now
-
2008-03-26 14:56:120.1- initial beta release - only AMF and haxe remoting, just sources, not really tested