Skip to content

Releases: adityarao2005/WebCraft

WebCraft v0.5.1

09 Sep 03:31
8e39439
Compare
Choose a tag to compare
WebCraft v0.5.1 Pre-release
Pre-release

This release provides coroutine abstractions, coroutine utilities, asynchronous runtime, asynchronous I/O primitives, asynchronous file I/O, and asynchronous TCP socket I/O. This also provides a specification for how the web client and web server will be developed (This will be released in version 1.0.0). Note that all of the test cases pass locally yet seem to break on the CI pipeline. Take this as you will and its stability with a grain of salt.

WebCraft v0.5.0

02 Sep 03:35
e1b4ca4
Compare
Choose a tag to compare
WebCraft v0.5.0 Pre-release
Pre-release

Does not provide any web functionality. Has the base for what an asynchronous web server and client will require in C++ (Async Runtime, Async IO primitives, Async File IO, and Async TCP Socket IO).