Skip to content
View miguel639's full-sized avatar

Block or report miguel639

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
miguel639/README.md

// server.mjs import { createServer } from 'node:http';

const server = createServer((req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }); res.end('Hello World!\n'); });

// starts a simple http server locally on port 3000 server.listen(3000, '127.0.0.1', () => { console.log('Listening on 127.0.0.1:3000'); });

// run with node server.mjs

miguel639/miguel639 is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile. You can click the Preview link to take a look at your changes. --->

Pinned Loading

  1. berry berry Public

    Forked from yarnpkg/berry

    📦🐈 Active development trunk for Yarn ⚒

    TypeScript

  2. aa-benchmarks aa-benchmarks Public

    Forked from alchemyplatform/aa-benchmarks

    TypeScript

  3. account-abstraction account-abstraction Public

    Forked from eth-infinitism/account-abstraction

    TypeScript

  4. agentkit agentkit Public

    Forked from coinbase/agentkit

    Every AI Agent deserves a wallet.

    TypeScript

  5. ast-grep ast-grep Public

    Forked from ast-grep/ast-grep

    ⚡A CLI tool for code structural search, lint and rewriting. Written in Rust

    Rust

  6. ast-grep-vscode ast-grep-vscode Public

    Forked from ast-grep/ast-grep-vscode

    ast-grep VSCode is a structural search and replace extension for many languages.

    TypeScript