Skip to content

feat: change default port from 3000 to 4443#246

Merged
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-245-default-port-4443
Apr 2, 2026
Merged

feat: change default port from 3000 to 4443#246
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-245-default-port-4443

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

Summary

Port 3000 conflicts with React, Next.js, Express, and many other dev tools. Changed default to 4443.

  • 1 source change (src/config.js)
  • All docs and examples updated (63 replacements)
  • Demo script updated
  • Tests unaffected (use port 0)
  • 352 tests pass

Fixes #245

Port 3000 conflicts with React, Next.js, Express, and many other dev tools.
4443 is uncommon and avoids collisions.

Updated all docs, examples, and demo scripts.

Fixes #245
@melvincarvalho
melvincarvalho merged commit f3b9e4c into gh-pages Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: change default port from 3000 to 4443

1 participant