Commit Graph

12 Commits

Author SHA1 Message Date
eed104df64 Server
- Use the `bindPort` parameter when configuring the HTTP server
- Updated type of `bindPort` to `ushort`
- Save the newly created `Connection` instance into its own variable
- Do the fiber call later

App

- Updated type of `bindPort` to `ushort`
2023-02-27 13:23:29 +02:00
920eea8e56 Connection
- Save request information into field `httpRequest`
2023-02-27 13:17:42 +02:00
798d342984 App
- Removed server code

Server

- Placed server code within
- Fixed module name

Connection

- Turned into a Fiber
- Fixed module name
2023-02-27 13:11:24 +02:00
76fbb04d5a Server
- Added logging to module
- Added `startServer()` stub method
2023-02-22 07:33:15 +02:00
f66227da11 - Fixed incorrect module name
Connection

- Added `handler(string)` method to the object
- Added a stub worker function for the thread
- Made `Connection` a `Thread`
- Added logging to module
2023-02-22 07:32:56 +02:00
55db5d0bea Connection
- This stub class is to represent a new connection from a client

Server

- This stub class is to represent a server which holds connections

BackingStore

- Abstract type representing the storage for saving and retrieving events
2023-02-22 07:24:33 +02:00
3fc2c491a7 Updated .gitignore 2023-02-21 19:51:41 +02:00
98d2f615f9 App
- Obtain IP address of person connecting
2023-02-21 18:26:20 +02:00
bb70717a51 App
- Force internal buffer flush (force an underlying `write()`) on the logger
2023-02-21 18:11:26 +02:00
51f3989132 App
- Fixed crashing log calls for `gogga`
2023-02-21 18:09:55 +02:00
76ae699aa4 Use gogga logger 2023-02-21 18:08:50 +02:00
8781368d3c Initial commit 2023-02-21 16:14:51 +02:00