Skip to content

Commit

Permalink
version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
olliNiinivaara committed Jun 1, 2024
1 parent b5eb6cf commit 56a0412
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
nim.cfg
createdocs.nim
createdocs.html
createdocs.nim
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# <span style="color:red">VERSION 7, In progress</span>

# GuildenStern
Modular multithreading Linux HTTP + WebSocket server

Modular multithreading HTTP/1.1 + WebSocket server

## Example

Expand Down Expand Up @@ -34,21 +33,26 @@ joinThreads(getserver.thread, postserver.thread)

## Documentation

### 6.1.0 (latest official):
### 7.0.0:
https://olliniinivaara.github.io/GuildenStern/7.0.0/theindex.html

### 6.1.0:
https://olliniinivaara.github.io/GuildenStern/6.1.0/index.html

### 7.0.0 (forthcoming):
https://olliniinivaara.github.io/GuildenStern/7.0.0/theindex.html


## Installation

### 6.1.0 (latest official):
### POSIXy OSs (Linux, BSD, MacOS):
atlas use GuildenStern

### 7.0.0 (forthcoming):
git clone https://github.com/olliNiinivaara/GuildenStern.git
### Windows™:

- step 1: Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)
- step 2: atlas use GuildenStern

## Release notes, 7.0.0 (2024-06-??)

## Release notes, 7.0.0 (2024-06-01)

### StreamingServer has been merged to HttpServer
- *receiveInChunks* iterator renamed to *receiveStream*
Expand All @@ -74,5 +78,4 @@ git clone https://github.com/olliNiinivaara/GuildenStern.git
- PONG is now automatically replied to PINGs, *sendPong* proc is removed
- default reply values changed, now *timeoutsecs* = 10, *sleepmillisecs* = 10
- if all in-flight receivers are blocking, now suspends for (*sleepmillisecs* * in-flight receiver count) milliseconds
- fixed *isMessage* bug

- fixed *isMessage* bug
2 changes: 1 addition & 1 deletion guildenstern.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version = "7.0.0"
author = "Olli"
description = "Modular multithreading Linux HTTP + WebSocket server"
description = "Modular multithreading HTTP/1.1 + WebSocket server"
license = "MIT"

skipDirs = @["docs", "examples"]
Expand Down

0 comments on commit 56a0412

Please sign in to comment.