v0.2.0
Warning
This release has a major bug in it that prevents it from accepting more than 1 client ever. It is kept for historic purposes only, do not attempt to use it.
New in 0.2.0
Main loop Async'd
- Async callback for hearing clients
- Async loop for serving requests
Webpages can reference assemblies
- CS-Script compiler will search the /References/ folder for assemblies when building
- Page runner will search the /References/ folder for assemblies when running in the domain
- Assemblies referenced by scripts will be loaded into the domain as requested
- Added a
referencescommand to view all assemblies that are currently loaded from the /References/ folder