sonro / pure-node-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure Node Blog

Tests

A simple blogging application using Vanilla JavaScript for the frontend and NodeJS without any framework.

Goals

  • Pure JavaScript (no transpiling)

  • Minimal external libraries and tools

  • No database (server file-system is used to manage data)

  • Hardened security

  • Admin Single Page Application to write and manage posts

  • Simple SPA to display content

Dependencies

Node modules

About


Languages

Language:JavaScript 98.7%Language:HTML 1.3%