lib.haxe.org

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.8
License
BSD

History

  • 2010-06-18 18:06:10
    0.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:46
    0.7.5
    - support for non-root-package enums
  • 2010-02-26 14:07:19
    0.7.4
    - support for custom invoker - great to integrate transaction processing into RPC
  • 2010-02-25 14:26:20
    0.7.3
    - tags added to haxelib.xml
  • 2010-02-25 14:07:33
    0.7.2
    - support for flash.utils.ByteArray added - only reading so far, results in string, compression not supported
  • 2009-09-10 17:06:45
    0.7.1
    - better way of manual AMF serialization to improve speed
  • 2009-08-20 12:45:59
    0.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:00
    0.6.6
    - useless traces removed
  • 2008-12-08 10:02:43
    0.6.5
    - haxe 2.0 adoptation
  • 2008-07-17 22:14:30
    0.6.4
    - error tracking fixed
  • 2008-07-16 19:48:24
    0.6.3
    - proper calculation of the current body offset
  • 2008-07-08 15:53:41
    0.6.2
    - enum decoding in server-side in amf3 fixed
  • 2008-07-03 23:26:09
    0.6.1
    - fix the infinite loop in broken request handling for standard remoting
  • 2008-06-29 00:16:17
    0.6
    AmfValue and Amf3Value are fully removed
  • 2008-05-27 17:17:49
    0.5.10
    - Amf3Value removed from reading process
  • 2008-05-27 16:34:38
    0.5.9
    - new enum encoding implemented for amf3
  • 2008-05-26 12:02:44
    0.5.8
    - utf8 fixed
  • 2008-05-26 09:48:54
    0.5.7
    - utf8 fixed
  • 2008-05-23 17:56:25
    0.5.6
    - enum encoding architecture improved
  • 2008-05-16 15:53:26
    0.5.5
    - AmfValue was removed from Amf0
  • 2008-05-16 12:56:39
    0.5.4
    - AmfValue was partialy removed from Amf0
  • 2008-05-14 16:37:20
    0.5.3
    - amf 3 semm to work ok
  • 2008-05-13 18:38:55
    0.5.2
    - a really annoying trace removed
  • 2008-05-08 19:01:31
    0.5.1
    - Cyclic reference for decoding objects an arrays is added for amf0 encoding - Amf0 is not static
  • 2008-05-08 18:49:27
    0.5
    - Cyclic reference for decoding objects an arrays is added for amf0 encoding - Amf0 is not static
  • 2008-05-04 13:02:38
    0.4.1
    - ResponseOutput improved - Better file system
  • 2008-05-04 11:41:04
    0.4
    - StringOutput changed with ResponseOutput
  • 2008-04-25 13:29:55
    0.3.1
    - amf3 enums work as well
  • 2008-04-18 18:32:04
    0.2.3
    - amf3 enums work as well
  • 2008-04-18 18:13:32
    0.2.2
    - amf3 enums work as well
  • 2008-04-18 12:00:15
    0.2.1
    - allow sending cookies while processing the first request
  • 2008-04-18 11:26:46
    0.2
    - amf0 works now
  • 2008-03-26 15:17:01
    0.1.1
    - proper file layout now
  • 2008-03-26 14:56:12
    0.1
    - initial beta release - only AMF and haxe remoting, just sources, not really tested