planety / prologue-examples

A repository to host examples for Prologue framework written in Nim language.
Apache License 2.0
31 stars 6 forks source link
async async-web-applications full-stack-web-development fullstack-development http-framework http-server jester karax nim nimlang prologue prologue-framework web-framework webapp-example webapp-framework webdev webdevelopment webframework

Prologue framework examples repository

A repository to host examples for Prologue framework.

⚠️ These examples are under development and may change in the future.

Prerequisites

You can install Prologue via Nimble: nimble install prologue (or nimble install prologue@#head if you want to get the latest version).

Compile and run examples

Simply call nim compile --run app.nim inside of particular example directory and access 127.0.0.1:8080 URL in your browser. Some examples might have different port number.

HTTP server

Requests

Responses

Middleware

Cookies

Database

Sample Apps

TODO

Authors

Innokentiy Sokolov, Zeshen Xing, Xie Yanbo