curtcox / ReplitDeno

Home Page:replit.com/@CurtCox/ReplitDeno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Deno Express App

This is a simple Deno application using the Express-like framework expressive for handling HTTP requests.

Getting Started

Running on Replit

You can run this project on Replit directly by clicking the button below:

Run on Replit

Local Setup

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/curtcox/ReplitDeno.git
    cd ReplitDeno
  2. Run the application:

    deno run --allow-net index.ts

Application Overview

  • Endpoint: /
  • Response: "Hello from Replit\r\n"

The app listens on port 3000 and sends a simple greeting message when accessed via the root endpoint.

About

replit.com/@CurtCox/ReplitDeno


Languages

Language:JavaScript 99.9%Language:TypeScript 0.1%Language:Nix 0.0%