New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

atomic-ehr

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-ehr

Atomic EHR: Ultrasonic FHIR Server with Extensions

latest
preview
npmnpm
Version
0.0.1-preview.1
Version published
Maintainers
1
Created
Source

Bun HTTP Server

A basic HTTP server built with Bun and TypeScript.

Features

  • Fast HTTP server using Bun runtime
  • TypeScript support
  • Hot reload in development
  • Simple routing examples
  • Health check endpoint
  • JSON API endpoints

Prerequisites

Make sure you have Bun installed:

curl -fsSL https://bun.sh/install | bash

Installation

Install dependencies:

bun install

Running the Server

Development (with hot reload)

bun run dev

Production

bun run start

The server will start on http://localhost:3000

API Endpoints

  • GET / - Welcome message
  • GET /api/health - Health check endpoint
  • GET /api/hello?name=YourName - Personalized greeting

Building

To build the project:

bun run build

This will create a dist folder with the compiled output.

TODO

  • implement context ideas

Keywords

bun

FAQs

Package last updated on 04 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts