Skip to content

Releases: charlie-map/teru

Teru v1.2.0

08 Mar 17:52
1a02478
Compare
Choose a tag to compare

New Teru Functionality

Teru has two new updates!

  • app_use() can now create simple directory connections. By adding:
teru_t app = teru();

app_use(app, "/", getenv("PWD"), "/public");

Now, whenever someone goes to URL_HERE/public/style.css or any other page in the public directory, the server will allow access to the page.

Teru v1.0.0

28 Feb 06:47
142dae3
Compare
Choose a tag to compare

Welcome to Teru!

This marks the start of Teru, a Express.js style library for use in C servers.